home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 8 / def.func_tab.h < prev    next >
C/C++ Source or Header  |  1994-01-27  |  164b  |  9 lines

  1. /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984. */
  2.  
  3. struct func_tab {
  4.     char f_char;
  5.     int (*f_funct)();
  6. };
  7.  
  8. extern struct func_tab list[];
  9.